records
Résultats du référendum 2018
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"referendum-2018",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/referendum-2018"
}
] - "definitions":{
- "referendum-2018":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/referendum-2018_records"
}
}
} - "records":
} - "properties":
- "referendum-2018_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "commune":,{
- "type":"string",
- "title":"Commune",
- "description":""
} - "num_bv":,{
- "type":"string",
- "title":"N° BV",
- "description":"Numéro de bureau de vote"
} - "bv":,{
- "type":"string",
- "title":"BV",
- "description":"Bureau de vote"
} - "inscrits":,{
- "type":"number",
- "title":"Inscrits",
- "description":""
} - "votants":,{
- "type":"number",
- "title":"Votants",
- "description":""
} - "abstention":,{
- "type":"integer",
- "title":"Abstention",
- "description":""
} - "nuls":,{
- "type":"integer",
- "title":"Nuls",
- "description":""
} - "blancs":,{
- "type":"integer",
- "title":"Blancs",
- "description":""
} - "exprimes":,{
- "type":"integer",
- "title":"Exprimés",
- "description":""
} - "oui":,{
- "type":"integer",
- "title":"OUI",
- "description":""
} - "non":{
- "type":"integer",
- "title":"NON",
- "description":""
}
} - "commune":
}
} - "fields":
} - "properties":
} - "referendum-2018":
}